CUser.cs
Code Type: C# Class
Uses Classes: CDataParameterList, CDataSet
Uses PL/SQL Procedures: PCK_USER.GetLoginUserRS

Lines of Code: 75

public class CUser

	User properties and methods 

public CUser()

	empty constructor 

public DataSet GetLoginUserDS(
        BaseMaster BaseMstr,
        long lFXUserID)

	 get a user dataset 

public bool GetLoginUserDetails(BaseMaster BaseMstr,
                                     long lFXUserID,
                                     out long lUserType,
                                     out long lUserRights,
                                     out long lUserReadOnly,
                                     out string strDMISID,
                                     out string strProviderID,
                                     out long lPWDExpiresIn)

	 get details from the user login, these will be cached in the masterpage... 

	

